home *** CD-ROM | disk | FTP | other *** search
/ Utilities Professional 1-1500 / Utilities Professional 1-1500 (1994)(WPD)[!].iso / 12511500 / var1348.dms / var1348.adf / S / Startup-sequence.bak < prev   
Text File  |  1993-11-09  |  1KB  |  62 lines

  1. c:setpatch >NIL:
  2. c:version >NIL:
  3. addbuffers >NIL: df0: 15
  4. Failat 21
  5.  
  6. resident >NIL: c:List pure add
  7. resident >NIL: c:Copy pure add
  8. resident >NIL: c:Assign pure add
  9. resident >NIL: c:Execute pure add
  10.  
  11. makedir ram:T ram:Clipboards ram:env ram:env/sys
  12. copy >NIL: ENVARC: ram:env all quiet noreq
  13.  
  14. assign ENV: ram:env
  15. assign T: ram:t ;set up T: directory for scripts
  16. assign CLIPS: ram:clipboards
  17. assign REXX: s:
  18.  
  19. BindDrivers
  20.  
  21. setenv Workbench $Workbench
  22. setenv Kickstart $Kickstart
  23.  
  24. IPrefs
  25. ;
  26. echo "Amiga Release 2.  Kickstart $Kickstart, Workbench $Workbench"
  27.  
  28. conclip
  29.  
  30.  
  31.  
  32.  
  33.  
  34. path ram: c: sys:utilities sys:rexxc sys:system s: sys:prefs sys:wbstartup add
  35. if exists sys:tools
  36.     path sys:tools add
  37.     if exists sys:tools/commodities
  38.         path sys:tools/commodities add
  39.     endif
  40. endif
  41.  
  42. ; If this is the initial boot (i.e. keyboard env variable is not set)
  43. ; then execute PickMap which will query for a keymap and set the
  44. ; keyboard env variable.
  45. ; if keyboard env variable is set, set the keymap
  46. if ${sys/keyboard} NOT EQ "*${sys/keyboard}"
  47.     setmap ${sys/keyboard}
  48. else
  49.     PickMap.hd sys:
  50. endif
  51.  
  52. if exists s:user-startup
  53.     execute s:user-startup
  54. endif
  55.  
  56. rexxmast >NIL:
  57.  
  58. LoadWB
  59. tick
  60. endcli >NIL:
  61.